[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Classn Report:
~~~~~~~~~~~~~~
This class is used for report creation.

Common use:
~~~~~~~~~~~
LOCAL OBJECT Rep OF Report  //new object created
Rep:Init(...)               //initialised
Rep:AddTop(...)             //report header appended
Rep:AddField(...)           //repeatedly appended the report columns
...                         //...definitions
Rep:AddBottom(...)          //bottom line appended

This object initialisation adds this object as task to the task stack
and the task swapper does the activating and finishing of this object.

Source code is in C_Report.prg

See Also: FInfo Info View Color Class hierarchy
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson